home *** CD-ROM | disk | FTP | other *** search
/ Robotics & Artificial Int…3 (Professional Edition) / Robotics & Artificial Intelligence Tools 2003 (Professional Edition).iso / neural network tool and application / nsinstall.exe / data1.cab / Demos_Files / Unsupervised_Learning / Annealing the learning rate.nsm next >
Encoding:
Text File  |  2002-03-08  |  1.1 KB  |  30 lines

  1. subtitleTextBox. setText ("")
  2. mainTextBox. setText ("")
  3.  
  4. activeBreadboard. stampOnAndMove ( "LinearScheduler" , "unsupervisedSynapse" )
  5. linearScheduler. setActiveAccessPoint ( "Unsupervised Step Size" )
  6.  
  7. linearScheduler. setStart ( 10 )
  8. linearScheduler. setStop ( 30 )
  9. linearScheduler. setBeta ( -0.005000 )
  10. linearScheduler. setMinimum ( 0.010000 )
  11. linearScheduler. setMaximum ( 0.100000 )
  12.  
  13. activeBreadboard. stampOnAndMove ( "MatrixViewer" , "linearScheduler" )
  14. matrixViewer. setEnableLabels ( TRUE )
  15. activeBreadboard. select ( "matrixViewer" , FALSE )
  16. matrixViewer. setAccessRows ( TRUE )
  17. matrixViewer. setLabel ( "" )
  18. matrixViewer. setAccessRows ( FALSE )
  19. matrixViewer. setLabel ( "Step size" )
  20. matrixViewer. setLabelSize ( 5 )
  21. matrixViewer. setAutosizing ( TRUE )
  22. matrixViewer. tileWindow (2,4,3,3)
  23.  
  24. activeBreadboard. select ( NULL , FALSE )
  25.  
  26. NextMacroPath = macro. pathFromMacro ( "Competitive learning.nsm" )
  27. nextButton. setMacroPath ( NextMacroPath )
  28. SubtitleIndex = subtitleTextBox. setTextFromFile (TextBoxPath, SubtitleIndex)
  29. MainIndex = mainTextBox. setTextFromFile (TextBoxPath, MainIndex)
  30.